Technote Number: 1169330
Problem:
This issue was reported to Quality Engineering as SPR# JJMA5Y8BCY and has been
fixed in Domino 6.0.5 and 6.5.4.
Excerpt from the Lotus Notes and Domino Release 6.0.5 / 6.5.4 MR fix list
(available at http://www.ibm.com/developerworks/lotus):
Web Server
SPR# JJMA5Y8BCY - This fix prevents a Domino/HTTP crash on LiteralFree.
Workaround:
Assign the result from Split() function to a variable before calling the user
defined function. For example:
variableA = Evaluate(|....|, doc)
...
variableY = Split(variableX)
Call Somefunction(variableY)
More >
|  |
|
|
|
|